projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7cd2df
)
phase2: force regeneration of SDK .config
author
Jo-Philipp Wich
<
[email protected]
>
Tue, 24 May 2016 21:44:06 +0000
(23:44 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 24 May 2016 21:44:06 +0000
(23:44 +0200)
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
phase2/master.cfg
patch
|
blob
|
history
diff --git
a/phase2/master.cfg
b/phase2/master.cfg
index 1ff8d076aec8daf9b3513a853c617d8fdafbfc9f..11e2173e95bf4485430087c7a701eadb7df0fbc9 100644
(file)
--- a/
phase2/master.cfg
+++ b/
phase2/master.cfg
@@
-180,6
+180,12
@@
for arch in arches:
description = "Preparing download directory",
command = ["sh", "-c", "mkdir -p $HOME/dl && rmdir ./sdk/dl && ln -sf $HOME/dl ./sdk/dl"]))
+ factory.addStep(ShellCommand(
+ name = "mkconf",
+ description = "Preparing SDK configuration",
+ workdir = "build/sdk",
+ command = ["sh", "-c", "rm -f .config && make defconfig"]))
+
factory.addStep(ShellCommand(
name = "updatefeeds",
description = "Updating feeds",